#include #include #include #include #include void main() { char state[3], answer = 'y'; short te = 0, er = 0; float mec =(float)0.0, txc = (float)0.0, njc =(float) 0.0; ofstream outfile; while (toupper(answer)=='Y') { cin>>state; if (stricmp(state,"me") ==0) mec += (float)25.00; else if (stricmp(state,"tx") == 0) txc += (float) 30.00; else if (stricmp(state, "nj") ==0) njc += (float)32.50; else { cout << "\nIncorrect state - Please try again"<>answer; } cout << setiosflags(ios::fixed|ios::showpoint)<